Skip to content

chore(deps): update pre-commit hook rvben/rumdl-pre-commit to v0.2.8 (main)#19902

Open
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/main-rvben-rumdl-pre-commit-0.x
Open

chore(deps): update pre-commit hook rvben/rumdl-pre-commit to v0.2.8 (main)#19902
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/main-rvben-rumdl-pre-commit-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 6, 2026

This PR contains the following updates:

Package Type Update Change
rvben/rumdl-pre-commit repository patch v0.2.4v0.2.8

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

rvben/rumdl-pre-commit (rvben/rumdl-pre-commit)

v0.2.8

Compare Source

See: https://github.com/rvben/rumdl/releases/tag/v0.2.8

v0.2.7

Compare Source

See: https://github.com/rvben/rumdl/releases/tag/v0.2.7

v0.2.6

Compare Source

See: https://github.com/rvben/rumdl/releases/tag/v0.2.6

v0.2.5

Compare Source

See: https://github.com/rvben/rumdl/releases/tag/v0.2.5


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Only on Saturday (* * * * 6)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies PR: Third-party library dependencies. label Jun 6, 2026
@renovate renovate Bot enabled auto-merge (squash) June 6, 2026 05:24
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 6, 2026

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
8099 1 8098 798
View the top 1 failed test(s) by shortest run time
weblate.formats.tests.test_convert.MarkdownFormatTest::test_existing_units
Stack Traces | 0.006s run time
self = <weblate.formats.tests.test_convert.MarkdownFormatTest testMethod=test_existing_units>

        def test_existing_units(self) -> None:
            testdata = Path(self.FILE).read_bytes()
    
            # Create test file
            testfile = os.path.join(self.tempdir, os.path.basename(self.FILE))
    
            # Write test data to file
            Path(testfile).write_bytes(testdata)
    
            # Parse test file
            storage = self.format_class(
                testfile,
                template_store=self.format_class(testfile, is_template=True),
                existing_units=[
                    make_unit(
                        source="Orangutan has five bananas.",
                        target="Orangutan má pět banánů.",
                    )
                ],
            )
    
            # Save test file
            storage.save()
    
            # Read new content
            newdata = Path(testfile).read_text(encoding="utf-8")
    
>           self.assertEqual(
                newdata,
                """# Ahoj světe!
    
    Orangutan má pět banánů.
    
    Try Weblate at [weblate.org](https://demo.weblate.org/)!
    
    *Thank you for using Weblate.*
    """,
            )
E           AssertionError: '# Ahoj světe\n\nOrangutan má pět banánů.\n\nTry Webla[79 chars].*\n' != '# Ahoj světe!\n\nOrangutan má pět banánů.\n\nTry Webl[80 chars].*\n'
E           - # Ahoj světe
E           + # Ahoj světe!
E           ?             +
E             
E             Orangutan má pět banánů.
E             
E             Try Weblate at [weblate.org](https://demo.weblate.org/)!
E             
E             *Thank you for using Weblate.*

.../formats/tests/test_convert.py:194: AssertionError

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jun 6, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies PR: Third-party library dependencies.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants